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 SourceNPPWarningEventArgs(NppStatus, String)
Declaration
public NPPWarningEventArgs(NppStatus status, string message)
Parameters
Type | Name | Description |
---|---|---|
NppStatus | status | |
System.String | message |
Properties
| Improve this Doc View SourceMessage
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public NppStatus Status { get; }
Property Value
Type | Description |
---|---|
NppStatus |