'Declaration Protected Function RaiseChildEnteringEvent( _ ByVal child As UIElement, _ ByVal EnterFrom As Nullable(Of Rect), _ ByVal ArrangeRect As Rect _ ) As ChildEnteringEventArgs
'Usage Dim instance As AnimationPanel Dim child As UIElement Dim EnterFrom As Nullable(Of Rect) Dim ArrangeRect As Rect Dim value As ChildEnteringEventArgs value = instance.RaiseChildEnteringEvent(child, EnterFrom, ArrangeRect)
protected ChildEnteringEventArgs RaiseChildEnteringEvent( UIElement child, Nullable<Rect> EnterFrom, Rect ArrangeRect )
Parameters
- child
- EnterFrom
- ArrangeRect