ClassEventDispatcher
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class EventDispatcher
Inheritance: objectEventDispatcher
Constructors
EventDispatcher()
Declaration
public EventDispatcher()
Fields
CellEditorInitialized
Declaration
public static readonly object CellEditorInitialized
Field Value
ColumnChooserItemElementCreating
Declaration
public static readonly object ColumnChooserItemElementCreating
Field Value
ColumnPropertyChanged
Declaration
public static readonly object ColumnPropertyChanged
Field Value
ConditionalFormattingFormShown
Declaration
public static readonly object ConditionalFormattingFormShown
Field Value
CreateCompositeFilterDialog
Declaration
public static readonly object CreateCompositeFilterDialog
Field Value
Empty
Represent empty event dispatcher
Declaration
public static readonly EventDispatcher Empty
Field Value
ExpressionEditorFormCreated
Declaration
public static readonly object ExpressionEditorFormCreated
Field Value
FilterExpressionChanged
Declaration
public static readonly object FilterExpressionChanged
Field Value
FilterPopupInitialized
Declaration
public static readonly object FilterPopupInitialized
Field Value
HeaderCellToggleStateChanged
Declaration
public static readonly object HeaderCellToggleStateChanged
Field Value
UserChangedCurrentRow
Declaration
public static readonly object UserChangedCurrentRow
Field Value
Properties
IsSuspended
Gets whetehr the event dispatcher is suspended.
Declaration
public bool IsSuspended { get; }
Property Value
The is suspended.
Methods
AddListener<T>(object, EventHandler<T>)
Adds the listener.
Declaration
public virtual void AddListener<T>(object eventKey, EventHandler<T> eventRaisingMethod) where T : EventArgs
Parameters
eventKey
The event key.
eventRaisingMethod
EventHandler<T>
The event raising method.
RaiseEvent<T>(object, object, T)
Raises the event.
RemoveListener<T>(object, EventHandler<T>)
Removes the listener.
Declaration
public virtual void RemoveListener<T>(object eventKey, EventHandler<T> eventRaisingMethod) where T : EventArgs
Parameters
eventKey
The event key.
eventRaisingMethod
EventHandler<T>
The event raising method.
RemoveListenersByKey(object)
Removes all listeners for specified key
Declaration
public void RemoveListenersByKey(object eventKey)
Parameters
eventKey
ResumeEvent(object)
Resumes the event.
ResumeNotifications()
Resumes the notifications.
Declaration
public void ResumeNotifications()
SuspendEvent(object)
Suspends the event.
SuspendNotifications()
Suspends the notifications.
Declaration
public void SuspendNotifications()