Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemEventArgs.Data Property

Additional data related to the specific event.

[Visual Basic]
Public ReadOnly Property Data As Object
[C#]
public Object Data {get;}

Remarks

The following table lists all possible values for this property:

Event Remarks
TreeView.ItemPopulate returns the argument that was passed to client side function populateOnDemand as a string if the event was being triggered by this function.

See Also

NavigationItemEventArgs Class | EO.Web Namespace


Direct link to this topic