Notification.ShowEventId Property

NotificationShowEventId Property

A field used by Rhino for displaying notifications. Not intended for public use.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Nullable<Guid> ShowEventId { get; }
Public ReadOnly Property ShowEventId As Nullable(Of Guid)
	Get

Property Value

Type: NullableGuid
See Also