Show / Hide Table of Contents

    Class NPPWarningHandler.NPPWarningEventArgs

    NPP warning event args

    Inheritance
    System.Object
    System.EventArgs
    NPPWarningHandler.NPPWarningEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public class NPPWarningEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    NPPWarningEventArgs(NppStatus, String)

    Declaration
    public NPPWarningEventArgs(NppStatus status, string message)
    Parameters
    Type Name Description
    NppStatus status
    System.String message

    Properties

    | Improve this Doc View Source

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status

    Declaration
    public NppStatus Status { get; }
    Property Value
    Type Description
    NppStatus
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX