ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1PieChart Class / CreatingModelDataSource Event

In This Topic
    CreatingModelDataSource Event (C1PieChart)
    In This Topic
    Syntax
    'Declaration
     
    Public Event CreatingModelDataSource As System.Web.UI.WebControls.CreatingModelDataSourceEventHandler
    public event System.Web.UI.WebControls.CreatingModelDataSourceEventHandler CreatingModelDataSource
    Event Data

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

    PropertyDescription
    Gets or sets the System.Web.UI.WebControls.ModelDataSource object.  
    See Also