Class
EditorPrepareEventArgs

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

object

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.

Declaration

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)

Parameters

genericHandler

Delegate

The generic handler.

genericTarget

object

The generic target.