'Declaration
Public Event UpdateFailure As EventHandler(Of PointUpdateFailureEventArgs)
'Usage
Dim instance As PointBinderCore Dim handler As EventHandler(Of PointUpdateFailureEventArgs) AddHandler instance.UpdateFailure, handler
public event EventHandler<PointUpdateFailureEventArgs> UpdateFailure
public: event EventHandler<PointUpdateFailureEventArgs^>^ UpdateFailure
Event Data
The event handler receives an argument of type PointUpdateFailureEventArgs containing data related to this event. The following PointUpdateFailureEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Contains the OpcLabs.BaseLib.FailureEventArgs.Exception carried by the event arguments. (Inherited from OpcLabs.BaseLib.FailureEventArgs) |
PointBinding | The point binding for which the update has failed. |
Requirements