MobileForms Toolkit Documentation

ValidatingEventArgs Class

Arguments to ItemValidating event.

For a list of all members of this type, see ValidatingEventArgs Members.

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         Resco.Controls.DetailView.ValidatingEventArgs

public class ValidatingEventArgs : CancelEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Notifies of the change of the value or text of the Item. Change can be canceled by setting the Cancel property and the NewText and NewValue can be changed.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

ValidatingEventArgs Members | Resco.Controls.DetailView Namespace