ArcFM Responder Mobile Developer Guide
IMMDesignEvents2_BeforePostDesignEventHandler Delegate






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)>
Public Delegate Sub IMMDesignEvents2_BeforePostDesignEventHandler( _
   ByVal designId As System.Integer _
) 
'Usage
 
Dim instance As New IMMDesignEvents2_BeforePostDesignEventHandler(AddressOf HandlerMethod)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void IMMDesignEvents2_BeforePostDesignEventHandler( 
   System.int designId
)
public delegate IMMDesignEvents2_BeforePostDesignEventHandler( 
    designId: System.Integer
);
System.Runtime.InteropServices.ComVisibleAttribute()
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)
public delegate IMMDesignEvents2_BeforePostDesignEventHandler( 
   designId : System.int
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public: __gc __delegate void IMMDesignEvents2_BeforePostDesignEventHandler( 
   System.int designId
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void IMMDesignEvents2_BeforePostDesignEventHandler( 
   System.int designId
)

Parameters

designId
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

Reference

IMMDesignEvents2_BeforePostDesignEventHandler Members
Miner.Interop Namespace

Send Feedback