MindFusion.UI for WebForms Programmer's Guide

ItemChangingEventArgs Members

Constructors Methods
 


Contains the arguments passed to handler of itemChanging validating event.

The following tables list the members exposed by the ItemChangingEventArgs type.

 Public Constructors

  Name Description

ItemChangingEventArgs

Initializes a new instance of the ItemChangingEventArgs class.

 Public Methods

  Name Description

getNewItem

Gets the active AccordionItem object after the event.

getOldItem

Gets the active AccordionItem object before the event.

 See Also