Class SegmentSelectedEventArgs
Information passed in the SegmentSelected event
Inheritance
Object
EventArgs
SegmentSelectedEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |
---|---|---|
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 |