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