Click or drag to resize

aceCommandEvent Delegate

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Delegat eventa

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public delegate void aceCommandEvent(
	IAceCommand sender,
	aceCommandEventArgs args
)
Request Example View Source

Parameters

sender
Type: imbACE.Core.commands.expressionsIAceCommand
Objekat koji je izazvao dogadjaj
args
Type: imbACE.Core.commands.expressionsaceCommandEventArgs
Objekat sa argumentima
See Also