M_Rhino_RhinoDoc_AddCustomUndoEvent - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.AddCustomUndoEvent Method (String, EventHandler(CustomUndoEventArgs))

[Missing

documentation for "M:Rhino.RhinoDoc.AddCustomUndoEvent(System.String,System.EventHandler{Rhino.Commands.CustomUndoEventArgs})"]

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool AddCustomUndoEvent(
	string description,
	EventHandler<CustomUndoEventArgs> handler
)

VB

Public Function AddCustomUndoEvent ( 
	description As String,
	handler As EventHandler(Of CustomUndoEventArgs)
) As Boolean

Parameters

 

description
Type: System.String
[Missing documentation for "M:Rhino.RhinoDoc.AddCustomUndoEvent(System.String,System.EventHandler{Rhino.Commands.CustomUndoEventArgs})"]
handler
Type: System.EventHandler(CustomUndoEventArgs)
[Missing documentation for "M:Rhino.RhinoDoc.AddCustomUndoEvent(System.String,System.EventHandler{Rhino.Commands.CustomUndoEventArgs})"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.RhinoDoc.AddCustomUndoEvent(System.String,System.EventHandler{Rhino.Commands.CustomUndoEventArgs})"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
AddCustomUndoEvent Overload
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️