'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property Callback As EasyUADataSetMessageEventHandler
'Usage
Dim instance As EasyUASubscribeDataSetArguments Dim value As EasyUADataSetMessageEventHandler instance.Callback = value value = instance.Callback
[CanBeNull()] [XmlIgnore()] public EasyUADataSetMessageEventHandler Callback {get; set;}
[CanBeNull()] [XmlIgnore()] public: property EasyUADataSetMessageEventHandler^ Callback { EasyUADataSetMessageEventHandler^ get(); void set ( EasyUADataSetMessageEventHandler^ value); }
Property Value
If this is a null reference, only the OpcLabs.EasyOpc.UA.PubSub.IEasyUASubscriber.DataSetMessage 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
.