CVB.Net 14.0
NotifyEventArgs Class Reference

Event argument for notification events. More...

Inherits EventArgs.

Public Member Functions

 NotifyEventArgs (object value)
 Creates the event argument with the given value . More...
 

Properties

object Value [get]
 Gets the value delivered with the event. More...
 

Detailed Description

Event argument for notification events.

Constructor & Destructor Documentation

◆ NotifyEventArgs()

NotifyEventArgs ( object  value)

Creates the event argument with the given value .

Parameters
valueValue delivered with the event.

Property Documentation

◆ Value

object Value
get

Gets the value delivered with the event.

Possible data types are:

  • null
  • Int64
  • Double
  • String
  • Boolean
  • Byte array

Value delivered by the event; maybe null.