Search Results for

    Show / Hide Table of Contents

    Class CreateCellControlEventArgs

    Pass through object for creating new cell control events

    Inheritance
    System.Object
    System.EventArgs
    CreateCellControlEventArgs
    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 CreateCellControlEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    CreateCellControlEventArgs(FrameworkElement)

    Initialize a new CreateCellControl event argument

    Declaration
    public CreateCellControlEventArgs(FrameworkElement control)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement control

    Properties

    | Improve this Doc View Source

    CellControl

    New created cell control

    Declaration
    public FrameworkElement CellControl { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx