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