'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property Callback As EasyAENotificationEventHandler
'Usage
Dim instance As EasyAEEventsSubscriptionArguments Dim value As EasyAENotificationEventHandler instance.Callback = value value = instance.Callback
[CanBeNull()] [XmlIgnore()] public EasyAENotificationEventHandler Callback {get; set;}
[CanBeNull()] [XmlIgnore()] public: property EasyAENotificationEventHandler^ Callback { EasyAENotificationEventHandler^ get(); void set ( EasyAENotificationEventHandler^ value); }
Property Value
If this is a null reference, only the notification events are generated, but 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
.