次の方法で共有


CustomFieldsPreEventArgs クラス

一連の共通のメソッドとプロパティのすべてのイベントで、前のイベントの引数で、 CustomFieldsのクラスのメソッドに提供します。

継承階層

System.Object
  System.EventArgs
    Microsoft.Office.Project.Server.Events.SerializableEventArgs
      Microsoft.Office.Project.Server.Events.PostEventArgs
        Microsoft.Office.Project.Server.Events.CustomFieldsPostEventArgs
          Microsoft.Office.Project.Server.Events.CustomFieldsPreEventArgs

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Class CustomFieldsPreEventArgs _
    Inherits CustomFieldsPostEventArgs _
    Implements IPreEventArgs
'使用
Dim instance As CustomFieldsPreEventArgs
[SerializableAttribute]
public class CustomFieldsPreEventArgs : CustomFieldsPostEventArgs, 
    IPreEventArgs

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

CustomFieldsPreEventArgs メンバー

Microsoft.Office.Project.Server.Events 名前空間