Class
FlyoutClosedEventArgs

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class FlyoutClosedEventArgs : EventArgs

Inheritance: objectEventArgsFlyoutClosedEventArgs

Inherited Members EventArgs.Empty

Constructors

FlyoutClosedEventArgs(Control)

Declaration

cs-api-definition
public FlyoutClosedEventArgs(Control content)

Parameters

content

Control

Properties

Content

Declaration

cs-api-definition
public Control Content { get; }

Property Value

Control