Show / Hide Table of Contents

    Class SegmentedControlEventArgs

    Segment tapped event arguments.

    Inheritance
    Object
    SegmentedControlEventArgs
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public class SegmentedControlEventArgs

    Constructors

    SegmentedControlEventArgs(Int32, Segment)

    Initializes a new instance of the SegmentedControlEventArgs class.

    Declaration
    public SegmentedControlEventArgs(int index, Segment segment)
    Parameters
    Type Name Description
    Int32 index

    Index.

    Segment segment

    Segment.

    Fields

    Index

    The index of the tapped segment.

    Declaration
    public int Index
    Field Value
    Type Description
    Int32

    Segment

    The segment that was tapped

    Declaration
    public Segment Segment
    Field Value
    Type Description
    Segment

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel