Search
DrawCellEventArgs Class
See Also
 





Contains the arguments passed to the DrawCell event handlers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DrawCellEventArgs : EventArgs

Visual Basic  Copy Code

Public Class DrawCellEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.DrawCellEventArgs

 See Also