Performs event edits

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public interface IEventEditor2 : ITrackEditor2, 
	ISimpleEditor2, ITrackEditor, IEventEditor, ISimpleEditor, IDisposable
Visual Basic (Declaration)
Public Interface IEventEditor2 _
	Implements ITrackEditor2, ISimpleEditor2, ITrackEditor, IEventEditor,  _
	ISimpleEditor, IDisposable
Visual C++
public interface class IEventEditor2 : ITrackEditor2, 
	ISimpleEditor2, ITrackEditor, IEventEditor, ISimpleEditor, IDisposable

See Also