C# Class WikiFunctions.Controls.InputBoxValidatingArgs

EventArgs used to Validate an InputBox
Inheritance: System.EventArgs
Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
Cancel bool
Message string
Text string

Property Details

Cancel public_oe property

public bool Cancel
return bool

Message public_oe property

public string Message
return string

Text public_oe property

public string Text
return string