Show / Hide Table of Contents

    Class FunctionNotificationEventArgs

    A message to send to FunctionNotificationEventHandler

    Inheritance
    System.Object
    System.EventArgs
    FunctionNotificationEventArgs
    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:AzureFunctionsForOffice.Functions
    Assembly:AzureFunctionsForOffice.Functions.dll
    Syntax
    public class FunctionNotificationEventArgs : EventArgs

    Properties

    View Source

    Message

    The message text

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    • View Source
    Back to top Copyright © 2018 Doug Ware
    View project on Github