New instance.

C# | Visual Basic | Visual C++ |
public SearchResultItemEventArgs( Control item, Object dataRow )
Public Sub New ( _ item As Control, _ dataRow As Object _ )
public: SearchResultItemEventArgs( Control^ item, Object^ dataRow )

- item (Control)
- The item that the event concerns.
- dataRow (Object)
- Any data that is associated with the item.