Description:

Add a custom undo event so you can undo private plug-in data when the user performs an undo or redo

Syntax:
public bool AddCustomUndoEvent(
string description,
EventHandler<CustomUndoEventArgs> handler,
object tag
)
Returns:
Type: bool
Available since:
5.0

Description:
Syntax:
public bool AddCustomUndoEvent(
string description,
EventHandler<CustomUndoEventArgs> handler
)
Returns:
Type: bool
Available since:
5.0

/
/
/
AddCustomUndoEvent

AddCustomUndoEvent method

Class:  Rhino.RhinoDoc

Nothing found