Class
ContentCreatedEventArgs

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ContentCreatedEventArgs : EventArgs

Inheritance: objectEventArgsContentCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ContentCreatedEventArgs(Control)

Declaration

cs-api-definition
public ContentCreatedEventArgs(Control content)

Parameters

content

Control

Properties

Content

Declaration

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

Property Value

Control