Class SegmentSelectedEventArgs
Information passed in the Segment
Inherited Members
Namespace: Sdl.FileTypeSupport .Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class SegmentSelectedEventArgs : EventArgs
Constructors
SegmentSelectedEventArgs()
Creates an uninitialized object.
Declaration
public SegmentSelectedEventArgs()
SegmentSelectedEventArgs(INavigablePreview, SegmentReference)
Initializes with the specified preview instance and segment reference.
Declaration
public SegmentSelectedEventArgs(INavigablePreview originatingPreview, SegmentReference selectedSegment)
Parameters
Type | Name | Description |
---|---|---|
INavigable |
originatingPreview | Preview the segment from which the selection originates |
Segment |
selectedSegment | The selected segment |
Properties
OriginatingPreview
The preview from which the event originates
Declaration
public INavigablePreview OriginatingPreview { get; set; }
Property Value
Type | Description |
---|---|
INavigable |
SelectedSegment
Reference to the segment the user has selected
Declaration
public SegmentReference SelectedSegment { get; set; }
Property Value
Type | Description |
---|---|
Segment |