Class SourceEditingModeStartedEventArgs
Event arguments used when a source editing operation is ened.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class SourceEditingModeStartedEventArgs : EditControlEventArgs
Constructors
SourceEditingModeStartedEventArgs()
Declaration
public SourceEditingModeStartedEventArgs()
Properties
EditedRow
The edited row. Hooray, what a useful enforced comment.
Declaration
public IRowInfo EditedRow { get; set; }
Property Value
Type | Description |
---|---|
IRowInfo |