Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1305376 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies which ///is causing this event. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlChildNodes.cs
- DBConnectionString.cs
- DrawingState.cs
- HttpContextServiceHost.cs
- GridViewColumnCollectionChangedEventArgs.cs
- ResourceSet.cs
- PropertyItemInternal.cs
- AppDomainManager.cs
- ISO2022Encoding.cs
- MultiByteCodec.cs
- LinqDataSourceContextEventArgs.cs
- Substitution.cs
- CompilationSection.cs
- DataListCommandEventArgs.cs
- FixedSOMPageConstructor.cs
- CfgSemanticTag.cs
- DataBoundControlAdapter.cs
- InheritablePropertyChangeInfo.cs
- ListItemViewControl.cs
- CmsInterop.cs
- XPathEmptyIterator.cs
- _LocalDataStore.cs
- ActiveDocumentEvent.cs
- WorkflowIdleBehavior.cs
- RunWorkerCompletedEventArgs.cs
- HttpException.cs
- DataGridViewRowCollection.cs
- BasicHttpBinding.cs
- LogEntryHeaderSerializer.cs
- DataMemberFieldConverter.cs
- Brush.cs
- DataFormats.cs
- XslTransform.cs
- Cursor.cs
- SettingsPropertyValue.cs
- ColorBlend.cs
- WebConfigManager.cs
- KnownTypes.cs
- ObjectNavigationPropertyMapping.cs
- VirtualPathExtension.cs
- BindingContext.cs
- EntityAdapter.cs
- Nullable.cs
- _HeaderInfo.cs
- DataRowExtensions.cs
- SafeFileMappingHandle.cs
- CancelEventArgs.cs
- RangeBase.cs
- XmlBoundElement.cs
- DomNameTable.cs
- RootDesignerSerializerAttribute.cs
- BuiltInPermissionSets.cs
- WindowsIdentity.cs
- Win32SafeHandles.cs
- CornerRadius.cs
- ConsoleCancelEventArgs.cs
- EdmError.cs
- TraceEventCache.cs
- RootBrowserWindowProxy.cs
- AutomationPropertyInfo.cs
- OleDbConnectionInternal.cs
- SortKey.cs
- SchemaImporter.cs
- BuildProviderAppliesToAttribute.cs
- FlowLayout.cs
- OracleColumn.cs
- Button.cs
- XmlCDATASection.cs
- Condition.cs
- TextRangeProviderWrapper.cs
- CorrelationKey.cs
- SafeNativeMethodsMilCoreApi.cs
- oledbmetadatacollectionnames.cs
- TextEditorCopyPaste.cs
- InternalMappingException.cs
- HostedHttpTransportManager.cs
- HealthMonitoringSection.cs
- SQLBoolean.cs
- SolidBrush.cs
- FontSource.cs
- XPathBuilder.cs
- EditorBrowsableAttribute.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- OleStrCAMarshaler.cs
- DependencyPropertyChangedEventArgs.cs
- ipaddressinformationcollection.cs
- HandlerMappingMemo.cs
- TableLayoutPanel.cs
- TcpChannelHelper.cs
- SQLInt16Storage.cs
- ClientSettingsProvider.cs
- DiagnosticTraceSchemas.cs
- DataBoundLiteralControl.cs
- DBSqlParser.cs
- Html32TextWriter.cs
- EventlogProvider.cs
- DataServiceHost.cs
- WindowsListViewItemCheckBox.cs
- DirectoryInfo.cs
- DataGridViewElement.cs