Class ExpressionEditorFormCreatedEventArgs
Inheritance
System.Object
System.EventArgs
ExpressionEditorFormCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ExpressionEditorFormCreatedEventArgs : EventArgs
Constructors
ExpressionEditorFormCreatedEventArgs(RadExpressionEditorForm)
Initializes a new instance of the ExpressionEditorFormCreatedEventArgs class.
Declaration
public ExpressionEditorFormCreatedEventArgs(RadExpressionEditorForm expressionEditorForm)
Parameters
RadExpressionEditorForm
expressionEditorForm
The expression editor form. |
Properties
ExpressionEditorForm
Gets or sets the expression editor form.
Declaration
public RadExpressionEditorForm ExpressionEditorForm { get; set; }
Property Value
RadExpressionEditorForm
The expression editor form. |