[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent]

Namespace:  Mogware.VisualStudio.ColladaNet
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.25 (1.0.0.25)

Syntax

C#
public delegate void UIUpdateEvent(
	string message,
	bool option
)
Visual Basic (Declaration)
Public Delegate Sub UIUpdateEvent ( _
	message As String, _
	option As Boolean _
)
Visual C++
public delegate void UIUpdateEvent(
	String^ message, 
	bool option
)

Parameters

message
Type: System..::.String
option
Type: System..::.Boolean

See Also