ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetCompositeDataBoundControlBase Class / CallingDataMethods Event

In This Topic
    CallingDataMethods Event (C1TargetCompositeDataBoundControlBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Event CallingDataMethods As System.Web.UI.WebControls.CallingDataMethodsEventHandler
    public event System.Web.UI.WebControls.CallingDataMethodsEventHandler CallingDataMethods
    Event Data

    The event handler receives an argument of type System.Web.UI.WebControls.CallingDataMethodsEventArgs containing data related to this event. The following CallingDataMethodsEventArgs properties provide information specific to this event.

    PropertyDescription
    An object that contains the data methods to call, when the data methods are not static methods on a type.  
    The type that contains the data methods to call, when the data methods are static methods.  
    See Also