Property View
View
The view that the event is about.
public View View { get; }
Property Value
Remarks
Can be different from the sender of the EventHandler for example if event describes the adding a child then sender may be the parent while View is the child being added.