'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shadows Shared ReadOnly Empty As OperationEventArgs
'Usage
Dim value As OperationEventArgs value = OperationEventArgs.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static readonly OperationEventArgs Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static readonly OperationEventArgs^ Empty