Represents method that will handle region drawing.
    Namespace: 
   PerpetuumSoft.Framework.Model
    Assembly:
   PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public delegate void InvalidateEventHandler(
	Object sender,
	InvalidateEventArgs args
)  | 
| Visual Basic (Declaration) | 
|---|
Public Delegate Sub InvalidateEventHandler ( _
	sender As Object, _
	args As InvalidateEventArgs _
)  | 
| Visual C++ | 
|---|
public delegate void InvalidateEventHandler(
	Object^ sender, 
	InvalidateEventArgs^ args
)  | 
See Also