ButtonInformationCallback Property |
Gets or sets the callback to use when the user clicks the button.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EventHandler Callback { get; set; }
Public Property Callback As EventHandler
Get
Set
Dim instance As ButtonInformation
Dim value As EventHandler
value = instance.Callback
instance.Callback = value
Property Value
EventHandlerSee Also