RadControls for WinForms

The RadElement type exposes the following members.

Events

  NameDescription
Public eventChildrenChanged
Occurs when the children collection of the element is changed.
Public eventDisposed (Inherited from DisposableObject.)
Public eventDisposing (Inherited from DisposableObject.)
Public eventElementPainted
This event occurs after pinting the element. It is used internally.
Public eventEnabledChanged
Occurs when the mouse pointer leaves the element.
Public eventLayoutUpdated
Public eventMouseDown
Occurs when the mouse pointer is over the element and a mouse button is pressed.
Public eventMouseEnter
Occurs when the mouse pointer enters the element.
Public eventMouseHover
Occurs when the mouse pointer rests on the element.
Public eventMouseLeave
Public eventMouseMove
Occurs when the mouse pointer is moved over the element.
Public eventMouseUp
Occurs when the mouse pointer is over the element and a mouse button is released.
Public eventPropertyChanged
Occurs when a property of an object changes. Note: if a property which is not a RadProperty changes, the developer is responsible for firing this event by using the INotifyPropertyChanged API.
(Inherited from RadObject.)
Public eventRadPropertyChanged
Occurs when a property of a RadObject changes.
(Inherited from RadObject.)
Public eventRadPropertyChanging
Occurs prior to property of a RadObject changes.
(Inherited from RadObject.)

See Also