Class
SelectedFontEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SelectedFontEventArgs : EventArgs

Inheritance: objectEventArgsSelectedFontEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectedFontEventArgs(string)

Declaration

cs-api-definition
public SelectedFontEventArgs(string name)

Parameters

name

string

Properties

SelectedFont

Returns the new selected font.

Declaration

cs-api-definition
public string SelectedFont { get; set; }

Property Value

string