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