Search Results for

    Show / Hide Table of Contents

    Interface IEventDeclaration

    Property declaration

    Inherited Members
    ICustomAttributeProvider.Attributes
    IDocumentationProvider.Documentation
    IEventReference.EventType
    IEventReference.GenericEvent
    IEventReference.Resolve()
    IMemberReference.DeclaringType
    IMemberReference.Name
    IComparable.CompareTo(Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IEventDeclaration : IMemberDeclaration, ICustomAttributeProvider, IDocumentationProvider, IEventReference, IMemberReference, IComparable

    Properties

    InvokeMethod

    Reference to method which allows client code to trigger the event

    Declaration
    IMethodReference InvokeMethod { get; set; }
    Property Value
    Type Description
    IMethodReference
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.