Search Results for

    Show / Hide Table of Contents

    Class RemoveItemEventArgs

    Remove item arguments

    Inheritance
    System.Object
    System.EventArgs
    RemoveItemEventArgs
    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.Collections.Generic
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class RemoveItemEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Cancel

    Gets or sets whether to cancel the action

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Item

    Gets or sets the affected item

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

    RemoveFromNewItems

    Gets or sets whether the item is removed from uncommitted items

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