Back to Devexpress

CallbackEventArgsBase Class

aspnet-devexpress-dot-web-a5267ee5.md

latest3.1 KB
Original Source

CallbackEventArgsBase Class

Provides data for events which concern callback processing.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CallbackEventArgsBase :
    EventArgs
vb
Public Class CallbackEventArgsBase
    Inherits EventArgs

CallbackEventArgsBase is the data class for the following events:

Show 15 events

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapCallbackPanel.Callback
BootstrapPopupControl.Callback
ASP.NET Web Forms ControlsASPxAutoCompleteBoxBase.Callback
ASPxBinaryImage.CustomCallback
ASPxCallbackPanel.Callback
ASPxDataViewBase.CustomCallback
ASPxDockManager.Callback
ASPxFileManager.CustomCallback
ASPxGaugeControl.CustomCallback
ASPxHiddenField.CustomCallback
ASPxListBox.Callback
ASPxPageControl.Callback
ASPxRichEdit.Callback
ASPxSchedulerDataWebControlBase.CustomCallback
ASPxSpreadsheet.Callback

Remarks

The CallbackEventArgsBase serves as a base for classes that are used as arguments for server Callback event of web controls.

CallbackEventArgsBase objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs CallbackEventArgsBase CallbackEventArgs

CustomDataCallbackEventArgs

PopupWindowCallbackArgs

RoundPanelContentCallbackEventArgs

See Also

CallbackEventArgsBase Members

DevExpress.Web Namespace