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

In This Topic
    OnClientBeforeEditEventDialogShow Property
    In This Topic
    Occurs before the built-in event dialog is shown. Return false or call event.preventDefault() in order to cancel event and prevent the built-in dialog to be shown. args.data - the event data. args.targetCell - target offset DOM element which can be used for popup callout.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeEditEventDialogShow As System.String
    public System.string OnClientBeforeEditEventDialogShow {get; set;}
    See Also