'宣言
Public Function New( _ ByVal type As LayoutChangeType, _ ByVal selectionType As SelectionType, _ ByVal name As String, _ ByVal newValue As Object, _ ByVal oldValue As Object, _ ByVal oldSectionName As String, _ ByVal newSectionName As String _ )
public LayoutChangingArgs( LayoutChangeType type, SelectionType selectionType, string name, object newValue, object oldValue, string oldSectionName, string newSectionName )
パラメータ
- type
- このイベントを発生させるレイアウト変更の種類。
- selectionType
- 内部使用のみ。
- name
- 更新または変更されるコントロールまたはセクションの配列。
- newValue
- 削除されるコントロールまたはセクションの配列。
- oldValue
- 削除されるコントロールまたはセクションの配列。
- oldSectionName
- 元のセクションの名前
- newSectionName
- 新規のセクションの名前