Click or drag to resize

aceCommandEventArgs Constructor (aceCommandEventType, Object, IAceCommand, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceCommandEventArgs class

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceCommandEventArgs(
	aceCommandEventType __type,
	Object __caller,
	IAceCommand __command,
	string __parameter = ""
)
Request Example View Source

Parameters

__type
Type: imbACE.Core.commands.expressionsaceCommandEventType
__caller
Type: SystemObject
__command
Type: imbACE.Core.commands.expressionsIAceCommand
__parameter (Optional)
Type: SystemString
See Also