ClassEditorCreatedEventArgs
Class
EditorCreatedEventArgs.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class EditorCreatedEventArgs : EventArgs
Inheritance: objectEventArgsEditorCreatedEventArgs
Inherited Members
Constructors
EditorCreatedEventArgs(GridViewColumn, FrameworkElement)
Initializes a new instance of the EditorCreatedEventArgs class.
Declaration
cs-api-definition
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)
Parameters
column
The column.
editor
FrameworkElement
The editor.