Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / 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
- OneOfConst.cs
- StylusPointCollection.cs
- ReadOnlyAttribute.cs
- LeafCellTreeNode.cs
- CqlErrorHelper.cs
- MultipartContentParser.cs
- SecurityMode.cs
- TimeSpan.cs
- XmlSchema.cs
- MediaPlayerState.cs
- SimplePropertyEntry.cs
- ElementProxy.cs
- DataGridViewSelectedCellCollection.cs
- LogRecordSequence.cs
- DirectoryInfo.cs
- SqlUserDefinedTypeAttribute.cs
- InvalidCastException.cs
- HtmlInputRadioButton.cs
- SchemaImporterExtensionElementCollection.cs
- FlowDocumentScrollViewer.cs
- SQLBinaryStorage.cs
- initElementDictionary.cs
- IRCollection.cs
- ListControl.cs
- ReadOnlyState.cs
- CalendarDay.cs
- HitTestParameters.cs
- AccessibilityHelperForXpWin2k3.cs
- Int32Rect.cs
- BindableTemplateBuilder.cs
- ConditionChanges.cs
- CalendarSelectionChangedEventArgs.cs
- nulltextcontainer.cs
- BindingContext.cs
- HideDisabledControlAdapter.cs
- CompiledQueryCacheEntry.cs
- GorillaCodec.cs
- MailHeaderInfo.cs
- DataReaderContainer.cs
- StylusTip.cs
- QilInvokeLateBound.cs
- Parser.cs
- ServiceReference.cs
- QilPatternFactory.cs
- ProcessInputEventArgs.cs
- SelectedGridItemChangedEvent.cs
- XmlSchemaGroupRef.cs
- SqlMultiplexer.cs
- ConfigurationErrorsException.cs
- Bitmap.cs
- ListQueryResults.cs
- ChannelPoolSettings.cs
- ToolBar.cs
- SystemIPInterfaceStatistics.cs
- FormViewModeEventArgs.cs
- CompositeScriptReference.cs
- ISFTagAndGuidCache.cs
- SelectedDatesCollection.cs
- HwndSource.cs
- StandardCommands.cs
- DetailsViewRowCollection.cs
- HttpTransportSecurity.cs
- ExpressionBindings.cs
- ContextMenuStripGroupCollection.cs
- validation.cs
- ReachVisualSerializerAsync.cs
- StatusBarPanel.cs
- SessionPageStateSection.cs
- tooltip.cs
- ManagedIStream.cs
- OrderedEnumerableRowCollection.cs
- NodeLabelEditEvent.cs
- listitem.cs
- Regex.cs
- ParseElement.cs
- PlainXmlWriter.cs
- OuterGlowBitmapEffect.cs
- SetterBase.cs
- SystemIcmpV6Statistics.cs
- DebugControllerThread.cs
- SqlCaseSimplifier.cs
- ServiceElement.cs
- ObjectDataSource.cs
- Currency.cs
- Action.cs
- WorkflowCommandExtensionItem.cs
- SafeArrayRankMismatchException.cs
- ContentElement.cs
- ZoneIdentityPermission.cs
- Section.cs
- ValidatingCollection.cs
- HandledEventArgs.cs
- PolicyStatement.cs
- ProviderConnectionPointCollection.cs
- MsmqOutputSessionChannel.cs
- OdbcEnvironment.cs
- XmlSchemaChoice.cs
- DataQuery.cs
- PresentationTraceSources.cs
- FlowLayout.cs