[Visual Basic]
Public Sub _PropertyErrorEventHandler( _
ByVal PropertyName As String , _
ByVal ErrorString As String , _
ByVal PreviousValue As Object, _
ByVal ProposedValue As Object _
) [C#]
public void _PropertyErrorEventHandler(
string PropertyName,
string ErrorString,
Object PreviousValue,
Object ProposedValue
);[JScript]
public function _PropertyErrorEventHandler(
PropertyName : String ,
ErrorString : String ,
PreviousValue : Object,
ProposedValue : Object
);ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.