Back to Devexpress

BootstrapGridViewEditorCreateEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-74c530be.md

latest1.1 KB
Original Source

BootstrapGridViewEditorCreateEventHandler Delegate

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapGridViewEditorCreateEventHandler(
    object sender,
    BootstrapGridViewEditorCreateEventArgs e
);
vb
Public Delegate Sub BootstrapGridViewEditorCreateEventHandler(
    sender As Object,
    e As BootstrapGridViewEditorCreateEventArgs
)

Parameters

NameType
senderObject
eBootstrapGridViewEditorCreateEventArgs

See Also

DevExpress.Web.Bootstrap Namespace