C# analogs for actionscript: events.Event, events.EventDispatcher, events.IEventDispatcher;
What are C# analogs for actionscript: import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; And what is a translation for dispatchEvent( new SlicedEvent ( SlicedEvent.COMPLETE, _slice, startTag.time, endTag.time ) ); ...