C# Class IronTextBox.CompletionRequestedEventArgs

Inheritance: System.EventArgs
Show file Open project: pterelaos/revitpythonshell Class Usage Examples

Public Methods

Method Description
CompletionRequestedEventArgs ( string uncompleted ) : System

Method Details

CompletionRequestedEventArgs() public method

public CompletionRequestedEventArgs ( string uncompleted ) : System
uncompleted string
return System