Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarHelper Class / GetSlotFromPoint Method

In This Topic
    GetSlotFromPoint Method
    In This Topic
    GetSlotFromPoint
    Syntax
    'Declaration
     
    
    Public Shared Function GetSlotFromPoint( _
       ByVal e As C1.WPF.Core.C1InputEventArgs _
    ) As CalendarSlotInfo
    public static CalendarSlotInfo GetSlotFromPoint( 
       C1.WPF.Core.C1InputEventArgs e
    )

    Parameters

    e
    See Also