CustomizeElementStyleEventHandler Delegate
A method that will handle the ASPxScheduler.CustomizeElementStyle event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
public delegate void CustomizeElementStyleEventHandler(
object sender,
CustomizeElementStyleEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the ASPxScheduler which raised the event. |
e | CustomizeElementStyleEventArgs | A CustomizeElementStyleEventArgs object which contains event data. |
See Also