OnClose Method (IPropertyManagerPage2Handler3)
Obsolete. Superseded by IPropertyManagerPage2Handler5::OnClose.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnClose( _
ByVal Reason As System.Integer _
) |
C# | |
---|
void OnClose(
System.int Reason
) |
C++/CLI | |
---|
void OnClose(
& System.int Reason
) |
Parameters
- Reason
-
See Also