'Declaration Public Function New( _ ByVal child As UIElement, _ ByVal enterFrom As Nullable(Of Rect), _ ByVal arrangeRect As Rect _ )
'Usage Dim child As UIElement Dim enterFrom As Nullable(Of Rect) Dim arrangeRect As Rect Dim instance As New ChildEnteringEventArgs(child, enterFrom, arrangeRect)
public ChildEnteringEventArgs( UIElement child, Nullable<Rect> enterFrom, Rect arrangeRect )
Parameters
- child
- enterFrom
- arrangeRect