Class SegmentSelectedEventArgs
Information passed in the SegmentSelected event
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
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 |
---|---|---|
INavigablePreview | originatingPreview | Preview the segment from which the selection originates |
SegmentReference | selectedSegment | The selected segment |
Properties
OriginatingPreview
The preview from which the event originates
Declaration
public INavigablePreview OriginatingPreview { get; set; }
Property Value
Type | Description |
---|---|
INavigablePreview |
SelectedSegment
Reference to the segment the user has selected
Declaration
public SegmentReference SelectedSegment { get; set; }
Property Value
Type | Description |
---|---|
SegmentReference |