BeforeItemDataBind event arguments

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public class BeforeItemDataBindEventArgs : CancelEventArgs
Visual Basic
Public Class BeforeItemDataBindEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      C1.Web.iPhone.C1NavigationList..::..BeforeItemDataBindEventArgs

See Also