【正文】
LISP evaluation was just cancelled. End Sub Modified event Triggered when an object or collection in the drawing has been modified. See Also | Example Signature Object. Modified (Entity) Object All Drawing objects, Block, Blocks, Dictionary, Dictionaries, DimStyle, DimStyles, Group, Groups, Hyperlink, Hyperlinks, Layer, Layers, Layout, Layouts, Liype, Liypes, ModelSpace, PaperSpace, PlotConfiguration, PlotConfigurations, RegisteredApplication, RegisteredApplications, SelectionSet, SelectionSets, TextStyle, TextStyles, UCS, UCSs, View, Views, 畢業(yè)設計(論文) 4 Viewport, Viewports, XRecord An object expression that evaluates to a valid container object. Entity A Drawing Object The object in the drawing that is modified can be any one of the drawing objects. Remarks This event will be triggered whenever the object is modified. Modification includes whenever the value of a property is set, even if the new value is equal to the current value. When coding in VBA, you must provide an event handler for all objects enabled for the Modified event. If you do not provide a handler, VBA may terminate unexpectedly. No events will be fired while a modal dialog is being displayed. See Also Methods, Properties, and Events: ObjectAdded ObjectErased ActiveX and VBA Developer39。s Guide: Use Events Example Private Sub AcadDocument_LispCancelled () ‘This example intercepts a drawing Lisp Cancelled event. 39。 ‘ For example: Switch the drawing from Model view to Layout1 view ‘Use the Layout Name variable to determine the which layout view we changed to MsgBox The drawing layout was just changed to: amp。 ‘This event is triggered when the user switches to a different ‘Drawing layout view. 39。 input to the handler the name of the layout the user has switched to. Remarks No events will be fired while a modal dialog is being displayed. See Also Methods, Properties, and Events: 畢業(yè)設計(論文) 2 WindowChanged WindowMovedOrResized ActiveX and VBA Developer39。 ‘This event is triggered when the user closes a drawing shortcut menu. 39。 input/output from the handler the shortcut menu that has been displayed. Remarks Use this event to perform any cleanup work on the shortcut menu. No events will be fired while a modal dialog is being displayed. See Also Methods, Properties, and Events: BeginShortcutMenuDefault BeginShortcutMenuEdit BeginShortcutMenuGrip BeginShortcutMenuOsnap BeginRightClick ActiveX and VBA Developer39。 7 參見: 方法 ,屬性和事件: ObjectAdded ObjectErased Activex 和 VBA 開發(fā)指導: “ 使用事件 ” Using Programming Languages other than VBA 例程 : Public with Events Plane as AcadLWPolyline 39。 用法: object. Modified (Entity) object: All Drawing objects, Block, Blocks, Dictionary, Dictionaries, DimStyle, DimStyles, Group, Groups, Hyperlink, Hyperlinks, Layer, Layers, Layout, Layouts, Liype, Liypes, ModelSpace, PaperSpace, PlotConfiguration, PlotConfigurations, RegisteredApplication, RegisteredApplications, SelectionSet, SelectionSets, TextStyle, TextStyles, UCS, UCSs, View, Views, Viewport, Viewports, XRecord 對象表達式,其結果為有效的容器對象。 參見: 方法,屬性和事件: BeginLISP EndLISP 6 Activex 和 VBA 開發(fā)指導: “ 使用事件 ” Using Programming Languages other than VBA 例程 : Private Sub AcadDocument_LispCancelled () ’ 本例演示 LISP 取消的圖形 39。 參見: 方法,屬性和事件: WindowChanged WindowMovedOrResized Activex 和 VBA 開發(fā)指導: “ 使用事件 ” Using Programming Languages other than VBA 例程 : 5 Private Sub AcadDocument_LayoutSwitched (By Val Layout Name as String) ’ 演示排列轉換事件的圖形 ’ 當用戶用了不同的排列時被激活 ’ 激活示例程序 :打開圖形并改變排列 ’ 例如 :轉換一個圖形從模式到排列 ’ 排列圖表的多樣性 ,我們可以選擇自己需要的 MsgBox 您剛才激活了一個圖形! End Sub LISPCancelled 事件 當 LISP 表達的評估被取消時被激活 用法 : () object: Application 對象 , Document 對象 對象表達式,其結果為有效的容器對象,此處必須為應用程序對象( application)或 文檔對象( document)。 參見: 方法,屬性和事件: BeginShortcutMenuDefault BeginShortcutMenuEdit BeginShortcutMenuGrip BeginShortcutMenuOsnap BeginRightClick Activex 和 VBA 開發(fā)指導: “ 使用事件 ” Using Programming Languages other than VBA 例程 : Private Sub AcadDocument_Activate() ’ 本例演示快捷菜單事件的圖形 ’ 當用戶關閉快捷菜單圖形時 ,此事件被擊活 4 ’ 激活示例程序 :將鼠標放在快捷菜單活動的區(qū)域上 ,單擊右鍵 ’ 等待快捷菜單被打開 ,然后再關閉 MsgBox 您剛才激活了一個圖形! End Sub Layout Switched 事件 用戶轉換一個不同的排列之后被激活 用法 : (Layout Name) object: Document 對象 對象表達式,其結果為有效的容器對象,此處必須為文檔對象( document)。 用法: () Object: Document 對象 對象表達式,其結果為有效的容器對象,此處必須為文檔對象( document)。 水平刮板輸送機設計裝配圖例: 2 畢業(yè)設計 (論文 )外文資料翻譯 題 目 : 水平刮板輸送機 機頭段設計 院系名稱: 專業(yè)班級: 學生姓名: 學 號: 指導教師: 教師職稱: 起止日期: 地 點 : 附 件: ; 。 指導教師評語: 簽名: 年 月 日 3 Endshortcut menu 事件 快捷菜單出現(xiàn)后被擊活 。 說明 : 當模式對話框顯示時不會觸發(fā)任何事件。 說明 : 當模式對話框顯示時不會觸發(fā)任何事件。 說明 : 當模式對話框顯示時不會觸發(fā)任何事件。LISP 表達的評估取消時被激活 ’ 激活示例程序 :操作 LISP 表達和取消 LISP 的評估在它完成之前 MsgBox 您剛才激活了一個圖形! End Sub Modified 事件 當對象和集合被修改時被激活。 說明 : 當模式對話框顯示時不會觸發(fā)任何事件。 Use with Modified Event Example Sub Example Modified () ’在模式狀態(tài)下本例創(chuàng)造了 lightweight polyline 和涉及 Polyline 的使用在不同的場合建立相互的修改事件 ’在修改事件中本例修改新的對象,激活代碼 ’修改對象激活事件 ’提示:本事件代碼將要被激活 ’在們移動或重新修改背景之前,線不會變?yōu)樗{色當本例的信件箱被展現(xiàn)時 MsgBox 您剛才激活了一個圖形! End Sub EndShortcutMenu event Triggered after the shortcut menu appears. See Also | Example Signature (Shortcut Menu) Object Document object an object expression that evaluates to a valid container object. In this case,