DelegatePropertyGridPreparedEditorEventHandler
Delegate
Represents the method that handles the PreparedEditor event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid.Editing
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")]
public delegate void PropertyGridPreparedEditorEventHandler(object sender, PropertyGridPreparedEditorEventArgs e)
Constructors
Methods
BeginInvoke(object, PropertyGridPreparedEditorEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
PropertyGridPreparedEditorEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PropertyGridPreparedEditorEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)
Parameters
sender
e