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