'Declaration
Public Event NotSupported As EventHandler(Of PointNotSupportedEventArgs)
'Usage
Dim instance As PointBinderCore Dim handler As EventHandler(Of PointNotSupportedEventArgs) AddHandler instance.NotSupported, handler
public event EventHandler<PointNotSupportedEventArgs> NotSupported
public: event EventHandler<PointNotSupportedEventArgs^>^ NotSupported
Event Data
The event handler receives an argument of type PointNotSupportedEventArgs containing data related to this event. The following PointNotSupportedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PointBinding | The point binding whose point is not supported. |
Requirements