SystemNotificationEvent Constructor |
Opens a system notification event object. Well known paths are available as constants of SystemNotificationEvent class.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public SystemNotificationEvent(
string EventName
)
Public Sub New (
EventName As String
)
public:
SystemNotificationEvent(
String^ EventName
)
new :
EventName : string -> SystemNotificationEvent
Parameters
- EventName
- Type: SystemString
NT name and path to event to open
See Also