Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / UIRoutedEventArgs Class / UIRoutedEventArgs Constructor

In This Topic
    UIRoutedEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal routedEvent As RoutedEvent, _
       ByVal source As Object, _
       ByVal property As DependencyProperty _
    )
    public UIRoutedEventArgs( 
       RoutedEvent routedEvent,
       object source,
       DependencyProperty property
    )

    Parameters

    routedEvent
    source
    property
    See Also