このメンバは CollectionBase.OnSet をオーバーライドします。
Overrides Protected Sub OnSet( _
ByVal index As Integer, _ ByVal oldValue As Object, _ ByVal newValue As Object _)
[C#]
protected override void OnSet(intindex,objectoldValue,objectnewValue);
[C++]
protected: void OnSet(intindex,Object* oldValue,Object* newValue);
[JScript]
protected override function OnSet(
index : int,oldValue : Object,newValue : Object);
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EventLogPermissionEntryCollection クラス | EventLogPermissionEntryCollection メンバ | System.Diagnostics 名前空間