C# Class LayoutFarm.Text.TextDomEventArgs

Inheritance: System.EventArgs
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
PreventDefault bool
c char
key UIKeys
updateJustCurrentLine bool

Public Methods

Method Description
TextDomEventArgs ( UIKeys key ) : System
TextDomEventArgs ( bool updateJustCurrentLine ) : System
TextDomEventArgs ( char c ) : System

Method Details

TextDomEventArgs() public method

public TextDomEventArgs ( UIKeys key ) : System
key UIKeys
return System

TextDomEventArgs() public method

public TextDomEventArgs ( bool updateJustCurrentLine ) : System
updateJustCurrentLine bool
return System

TextDomEventArgs() public method

public TextDomEventArgs ( char c ) : System
c char
return System

Property Details

PreventDefault public_oe property

public bool PreventDefault
return bool

c public_oe property

public char c
return char

key public_oe property

public UIKeys key
return UIKeys

updateJustCurrentLine public_oe property

public bool updateJustCurrentLine
return bool