FormClosing で用いられる EventArgs の派生クラスです。

C# | Visual Basic | Visual C++ |
public class ForwardableFormCloseEventArgs : EventArgs
Public Class ForwardableFormCloseEventArgs _ Inherits EventArgs
public ref class ForwardableFormCloseEventArgs : public EventArgs

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ForwardableFormCloseEventArgs(IForwardable, EventArgs) |
ForwardableFormCloseEventArgs クラスの新しいインスタンスを初期化します。
|
![]() | DialogResult |
フォームのダイアログ結果を取得します。
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetHashCode()()() | (Inherited from Object.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | InnerEventArgs |
イベント発生元が発行する EventArgs を取得します。
|
![]() | Items |
イベント発生元画面の持つコレクションを取得します。
|
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | ViewData |
イベント発生元画面の画面 DataSet を取得します。
|

遷移先の画面の FormClosing イベント、 FormClosed イベントの情報を遷移元に伝達します。

Object | ||
![]() | EventArgs | |
![]() | ForwardableFormCloseEventArgs |