Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / TooltipShowingEventArgs Class
Members

In This Topic
    TooltipShowingEventArgs Class
    In This Topic
    Provides data for the TooltipShowing event.
    Object Model
    TooltipShowingEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class TooltipShowingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class TooltipShowingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.C1Input.TooltipShowingEventArgs

    See Also