'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property Callback As EasyDAItemChangedEventHandler
'Usage
Dim instance As EasyDAItemSubscriptionArguments Dim value As EasyDAItemChangedEventHandler instance.Callback = value value = instance.Callback
[CanBeNull()] [XmlIgnore()] public EasyDAItemChangedEventHandler Callback {get; set;}
[CanBeNull()] [XmlIgnore()] public: property EasyDAItemChangedEventHandler^ Callback { EasyDAItemChangedEventHandler^ get(); void set ( EasyDAItemChangedEventHandler^ 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
.