Moves the event.

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

Syntax

C#
void MoveEvent(
	string eventUuid,
	string destSectionUuid,
	int destLayer,
	string beforeUuid
)
Visual Basic (Declaration)
Sub MoveEvent ( _
	eventUuid As String, _
	destSectionUuid As String, _
	destLayer As Integer, _
	beforeUuid As String _
)
Visual C++
void MoveEvent(
	String^ eventUuid, 
	String^ destSectionUuid, 
	int destLayer, 
	String^ beforeUuid
)

Parameters

eventUuid
Type: System..::.String
Event UUID.
destSectionUuid
Type: System..::.String
destination section UUID.
destLayer
Type: System..::.Int32
destination layer.
beforeUuid
Type: System..::.String
Before UUID.

See Also