Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphLayoutCancelEventArguments Class
Members


In This Topic
    NGraphLayoutCancelEventArguments Class
    In This Topic
    The NGraphLayoutCancelEventArguments represents the event arguments associated with cancelable graph layout events
    Object Model
    NGraphLayoutCancelEventArguments Class
    Syntax
    'Declaration
     
    
    Public Class NGraphLayoutCancelEventArguments 
       Inherits NLayoutCancelEventArgs
    'Usage
     
    
    Dim instance As NGraphLayoutCancelEventArguments
    public class NGraphLayoutCancelEventArguments : NLayoutCancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Nevron.Diagram.Layout.NLayoutCancelEventArgs
             Nevron.Diagram.Layout.NGraphLayoutCancelEventArguments

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also