C# 클래스 Telerik.UI.Xaml.Controls.Primitives.ExpandedStateChangingEventArgs

Contains information about the RadExpanderControl.ExpandedStateChanging event.
상속: CancelEventArgs
파일 보기 프로젝트 열기: unoplatform/Uno.Telerik.UI-For-UWP 1 사용 예제들

공개 메소드들

메소드 설명
ExpandedStateChangingEventArgs ( bool isExpanding ) : System

Initializes a new instance of the ExpandedStateChangingEventArgs class.

메소드 상세

ExpandedStateChangingEventArgs() 공개 메소드

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.
리턴 System