C# Class Telerik.UI.Xaml.Controls.Primitives.ExpandedStateChangingEventArgs

Contains information about the RadExpanderControl.ExpandedStateChanging event.
Inheritance: CancelEventArgs
Show file Open project: unoplatform/Uno.Telerik.UI-For-UWP Class Usage Examples

Public Methods

Method Description
ExpandedStateChangingEventArgs ( bool isExpanding ) : System

Initializes a new instance of the ExpandedStateChangingEventArgs class.

Method Details

ExpandedStateChangingEventArgs() public method

Initializes a new instance of the ExpandedStateChangingEventArgs class.
public ExpandedStateChangingEventArgs ( bool isExpanding ) : System
isExpanding bool A boolean value determining whether the is expanding or collapsing.
return System