public UndoRedoCheckBoxEvents Events { get; set; }
Public Property Events As UndoRedoCheckBoxEvents
Get
Set
Dim instance As UndoRedoCheckBox
Dim value As UndoRedoCheckBoxEvents
value = instance.Events
instance.Events = value
public:
property UndoRedoCheckBoxEvents Events {
UndoRedoCheckBoxEvents get ();
void set (UndoRedoCheckBoxEvents value);
}
member Events : UndoRedoCheckBoxEvents with get, set
No code example is currently available or this language may not be supported.