public UIScrollEventArgs(UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation) { EventType = eventType; OldValue = oldValue; NewValue = newValue; _orientation = orientation; }
public UIScrollEventArgs(UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation) { this.eventType = eventType; this.oldValue = oldValue; this.newValue = newValue; this.orientation = orientation; }