TypedMapperExtensionTOther Method |
Handles an un-recognized event.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void Other(
Object sender,
EAPEventArgs e
)
Public Overridable Sub Other (
sender As Object,
e As EAPEventArgs
)
Parameters
- sender
- Type: SystemObject
The event's sender. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also