'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property EventCallback As EasyUAEventNotificationEventHandler
'Usage
Dim instance As EasyUAMonitoredItemArguments Dim value As EasyUAEventNotificationEventHandler instance.EventCallback = value value = instance.EventCallback
[CanBeNull()] [XmlIgnore()] public EasyUAEventNotificationEventHandler EventCallback {get; set;}
[CanBeNull()] [XmlIgnore()] public: property EasyUAEventNotificationEventHandler^ EventCallback { EasyUAEventNotificationEventHandler^ get(); void set ( EasyUAEventNotificationEventHandler^ value); }
Property Value
If this is a null reference, only the OpcLabs.EasyOpc.UA.IEasyUAClient.EventNotification event is generated, and no callback method is invoked.This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.