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