'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public Property EventCallback As EasyUAEventNotificationEventHandler
'Usage
Dim instance As EasyUAMonitoredItemArguments Dim value As EasyUAEventNotificationEventHandler instance.EventCallback = value value = instance.EventCallback
[CanBeNull()] [DefaultValue("")] [XmlIgnore()] public EasyUAEventNotificationEventHandler EventCallback {get; set;}
[CanBeNull()] [DefaultValue("")] [XmlIgnore()] public: property EasyUAEventNotificationEventHandler^ EventCallback { EasyUAEventNotificationEventHandler^ get(); void set ( EasyUAEventNotificationEventHandler^ value); }