MobileForms Toolkit Documentation

LinkEventArgs Class

LinkEventArgs class contains the arguments of LinkEventHandler delegate.

For a list of all members of this type, see LinkEventArgs Members.

System.Object
   System.EventArgs
      Resco.Controls.AdvancedList.RowEventArgs
         Resco.Controls.AdvancedList.CellEventArgs
            Resco.Controls.AdvancedList.LinkEventArgs

public class LinkEventArgs : CellEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

LinkEventArgs are arguments for the LinkClick event. They extend the CellEventArgs. The data provided to the handler are extended with the Target of the link.

Requirements

Namespace: Resco.Controls.AdvancedList

Assembly: Resco.AdvancedList.CF3 (in Resco.AdvancedList.CF3.dll)

See Also

LinkEventArgs Members | Resco.Controls.AdvancedList Namespace