The event args used by the EditorPrepare event of the EditableHeaderedItemsControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class EditorPrepareEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsEditorPrepareEventArgs
Constructors
Initializes a new instance of the EditorPrepareEventArgs class.
C#
public EditorPrepareEventArgs(RoutedEvent routedEvent, object source, FrameworkElement editor)
The routed event.
sourceobjectThe event source.
editorFrameworkElementThe editor element that is being prepared.
Properties
Editor
FrameworkElement
Gets the editor element that is being prepared.
C#
public FrameworkElement Editor { get; }