ClassEditorPrepareEventArgs
Class
The event args used by the EditorPrepare event of the EditableHeaderedItemsControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class EditorPrepareEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsEditorPrepareEventArgs
Constructors
EditorPrepareEventArgs(RoutedEvent, object, FrameworkElement)
Initializes a new instance of the EditorPrepareEventArgs class.
Declaration
cs-api-definition
public EditorPrepareEventArgs(RoutedEvent routedEvent, object source, FrameworkElement editor)
Parameters
routedEvent
RoutedEvent
The routed event.
source
The event source.
editor
FrameworkElement
The editor element that is being prepared.
Properties
Editor
Gets the editor element that is being prepared.
Declaration
cs-api-definition
public FrameworkElement Editor { get; }
Property Value
FrameworkElement
Methods
InvokeEventHandler(Delegate, object)
Invokes the event handler.