コード例 #1
0
 public UIScrollEventArgs(UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation)
 {
     EventType    = eventType;
     OldValue     = oldValue;
     NewValue     = newValue;
     _orientation = orientation;
 }
コード例 #2
0
 public UIScrollEventArgs(UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation)
 {
     this.eventType   = eventType;
     this.oldValue    = oldValue;
     this.newValue    = newValue;
     this.orientation = orientation;
 }
コード例 #3
0
 public UIScrollEventArgs(UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation)
 {
     this.eventType = eventType;
     this.oldValue = oldValue;
     this.newValue = newValue;
     this.orientation = orientation;
 }