- sender
- The source of the sender
- e
- A TwainSetPropertyEventArgs object that contains the event data.
Visual Basic (Declaration) | |
---|---|
Public Sub raise_SetProperty( _ ByVal sender As Object, _ ByVal e As TwainSetPropertyEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainSession Dim sender As Object Dim e As TwainSetPropertyEventArgs instance.raise_SetProperty(sender, e) |
C# | |
---|---|
public void raise_SetProperty( object sender, TwainSetPropertyEventArgs e ) |
C++/CLI | |
---|---|
public: void raise_SetProperty( Object^ sender, TwainSetPropertyEventArgs^ e ) |
Parameters
- sender
- The source of the sender
- e
- A TwainSetPropertyEventArgs object that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7