C# Class ARCed.Scintilla.AutoCompleteAcceptedEventArgs

Provides data for the AutoCompleteAccepted event
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
AutoCompleteAcceptedEventArgs ( string text ) : System

Initializes a new instance of the AutoCompleteAcceptedEventArgs class.

Private Methods

Method Description
AutoCompleteAcceptedEventArgs ( SCNotification eventSource, Encoding encoding ) : System

Method Details

AutoCompleteAcceptedEventArgs() public method

Initializes a new instance of the AutoCompleteAcceptedEventArgs class.
public AutoCompleteAcceptedEventArgs ( string text ) : System
text string Text of the selected autocomplete entry selected
return System