C# Class WikiFunctions.Controls.InputBoxValidatingArgs

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

Public Properties

Property Type Description
Cancel bool
Message string
Text string

Property Details

Cancel public property

public bool Cancel
return bool

Message public property

public string Message
return string

Text public property

public string Text
return string