Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeContextMenuShowEventArgs Class
Members

In This Topic
    BeforeContextMenuShowEventArgs Class
    In This Topic
    Provides data for the C1Schedule.BeforeContextMenuShow event of the C1Schedule control.
    Object Model
    BeforeContextMenuShowEventArgs Class
    Syntax
    'Declaration
     
    Public Class BeforeContextMenuShowEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class BeforeContextMenuShowEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.C1Schedule.BeforeContextMenuShowEventArgs

    See Also