ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / OnClientEventCreating Property

In This Topic
    OnClientEventCreating Property
    In This Topic
    Occurs when event markup is creating. args.data - the event data. args.eventTemplate The template of events displayed on the view.
    Syntax
    'Declaration
     
    Public Property OnClientEventCreating As System.String
    public System.string OnClientEventCreating {get; set;}
    See Also