Search Results for

    Show / Hide Table of Contents

    Class OnExecuteFlowEventArgs

    Inheritance
    System.Object
    FlowEventArgs
    OnExecuteFlowEventArgs
    Inherited Members
    FlowEventArgs.Id
    FlowEventArgs.EventName
    FlowEventArgs.ObjectId
    FlowEventArgs.Object
    FlowEventArgs.UserId
    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.Flow.Node
    Assembly: Simplic.Flow.Node.dll
    Syntax
    public class OnExecuteFlowEventArgs : FlowEventArgs

    Properties

    | Improve this Doc View Source

    Data01

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

    Data02

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

    Data03

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

    Target

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