Search Results for

    Show / Hide Table of Contents

    Class MouseRowDoubleClickEventArgs

    Argument which is passed to a row based double click

    Inheritance
    System.Object
    System.EventArgs
    MouseRowDoubleClickEventArgs
    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: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class MouseRowDoubleClickEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    NewSelectedItem

    New selected item

    Declaration
    public object NewSelectedItem { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OldSelectedItems

    Previous selected items

    Declaration
    public object[] OldSelectedItems { get; set; }
    Property Value
    Type Description
    System.Object[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx