Example #1
0
		public ItemSubItemClickEventArgs(int ItemIndex, int SubItemIndex, PxListView.MouseEventsTypes mouseEvent)
		{
			this.mItemIndex = ItemIndex;
			this.mSubItemIndex = SubItemIndex;
			this.mMouseEvent = mouseEvent;
		}
Example #2
0
 public ItemSubItemClickEventArgs(int ItemIndex, int SubItemIndex, PxListView.MouseEventsTypes mouseEvent)
 {
     this.mItemIndex    = ItemIndex;
     this.mSubItemIndex = SubItemIndex;
     this.mMouseEvent   = mouseEvent;
 }