Show / Hide Table of Contents

    Delegate FunctionNotificationEventHandler

    Delegate backing the FunctionNotify event

    Namespace:AzureFunctionsForOffice.Functions
    Assembly:AzureFunctionsForOffice.Functions.dll
    Syntax
    public delegate void FunctionNotificationEventHandler(object sender, FunctionNotificationEventArgs eventArgs);
    Parameters
    Type Name Description
    System.Object sender

    The function handler

    FunctionNotificationEventArgs eventArgs

    The event data

    • View Source
    Back to top Copyright © 2018 Doug Ware
    View project on Github