Delegate delDataBindingItemValidate
West Wind Web Toolkit for ASP.NET
 Delegate delDataBindingItemValidate
System.Object
  System.Delegate
    System.MulticastDelegate
      Westwind.Web.Controls.delDataBindingItemValidate
public delegate delDataBindingItemValidate

Delegate Members

MemberDescription
Constructor
BeginInvoke
public virtual IAsyncResult BeginInvoke(object sender,
    DataBindingValidationEventArgs e,
    AsyncCallback callback,
    object object);
EndInvoke
public virtual void EndInvoke(IAsyncResult result);
Invoke
public virtual void Invoke(object sender,
    DataBindingValidationEventArgs e);

Requirements

Namespace: Westwind.Web.Controls
Assembly: westwind.web.dll


Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic