AssignFrom Method (Action)
In This Topic
Copies properties from another
Action to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Action _
)
public void AssignFrom(
Action
)
Parameters
- source
- The source object to copy properties from.
See Also