Show / Hide Table of Contents

    Delegate FunctionNotificationEventHandler

    Delegate backing the FunctionNotify event

    Namespace:AzureFunctionsForSharePoint.Common
    Assembly:AzureFunctionsForSharePoint.Common.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

    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github