MobileForms Toolkit Documentation

SetEventArgs  Constructor 

Initializes a new instance of the SetEventArgs class with the specified Item.

public SetEventArgs(
int i,
object oldV,
object newV
);

Parameters

i
Index of this item.
oldV
Old value of this item.
newV
New value of this item.

Remarks

Create SetEventArgs class with specific attributes.

See Also

SetEventArgs Class | Resco.Controls.OutlookControls Namespace