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 IEventEditor : ISimpleEditor, 
	IDisposable
Visual Basic (Declaration)
Public Interface IEventEditor _
	Implements ISimpleEditor, IDisposable
Visual C++
public interface class IEventEditor : ISimpleEditor, 
	IDisposable

See Also